projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43b40bc
)
* src/comp.c (hash_native_abi): Account for `system-configuraton-options'.
author
Andrea Corallo
<akrl@sdf.org>
Thu, 4 Mar 2021 08:03:26 +0000
(09:03 +0100)
committer
Andrea Corallo
<akrl@sdf.org>
Thu, 4 Mar 2021 08:03:26 +0000
(09:03 +0100)
src/comp.c
patch
|
blob
|
history
diff --git
a/src/comp.c
b/src/comp.c
index bc4585953313d173bf91367fce09f8c73cec7c44..1e50b4fe8f70bb4aeb08b2ae5f2ef9557e6943d3 100644
(file)
--- a/
src/comp.c
+++ b/
src/comp.c
@@
-724,7
+724,8
@@
hash_native_abi (void)
Vcomp_abi_hash =
comp_hash_string (
concat3 (build_string (ABI_VERSION),
- concat2 (Vemacs_version, Vsystem_configuration),
+ concat3 (Vemacs_version, Vsystem_configuration,
+ Vsystem_configuration_options),
Fmapconcat (intern_c_string ("subr-name"),
Vcomp_subr_list, build_string (""))));
Vcomp_native_version_dir =